Added libjs-jquery dependency to calm lintian
authorLeopold Palomo-Avellaneda <leo@alaxarxa.net>
Wed, 8 Oct 2014 21:41:16 +0000 (23:41 +0200)
committerLeopold Palomo-Avellaneda <leo@alaxarxa.net>
Wed, 8 Oct 2014 21:41:16 +0000 (23:41 +0200)
debian/control
debian/rules

index 67fc10983d6a721ea2afff33c8fd5378b9475120..f707a3781325e71af301e636c6db96cb8f09fdbc 100644 (file)
@@ -400,7 +400,7 @@ Description: Point Cloud Library - point cloud processing tools
 Package: libpcl-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libjs-jquery
 Multi-Arch: foreign
 Description: Point Cloud Library - documentation
  The Point Cloud Library (PCL) is a standalone, large scale, open
index 186e8abd9400ef14fef719e71ee71c7e5686cf09..02e9290ebca02c25695fc92817a3bedb1e4af76e 100755 (executable)
@@ -62,7 +62,9 @@ override_dh_install:
        cmd="dh_link -p pcl-tools usr/share/man/man1/pcl_pointclouds.1 usr/share/man/man1/$$i.1"; \
        echo $$cmd; $$cmd; \
        done
-
+       
+       rm -rf debian/tmp/usr/share/doc/libpcl-doc/html/jquery.js
+       dh_link -p libpcl-doc usr/share/javascript/jquery/jquery.js usr/share/doc/libpcl-doc/html/jquery.js
        dh_install --list-missing
 
 override_dh_strip: